enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Current system imbalance (Historical data as of 22/05/2024)

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Datetime
Time at which the interval starts.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datetime
Type
datetime
Exemple
                       
Resolution code
Length of the time interval expressed in compliance with ISO 8601.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
resolutioncode
Type
texte
Exemple
                       
Quality status
Indication on the reliability of the data.The possible values are the following:Non-validated: no error registered during the calculation and publication run. The published data are likely but have not been validated by an operator.Data issue: at least one error registered during the calculation and publication run. The published data are uncertain and must be reviewed by an operator.Validated: The published values have been validated.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
qualitystatus
Type
texte
Exemple
                       
System imbalance
The System Imbalance (SI) is the difference between the unintentional deviation from the scheduled control program for the power interchange of a control area and the frequency restoration reserves activated to cover the demands of this control area.In practice, it is calculated as described in article 30.7 of the TC BRP.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
systemimbalance
Type
décimal
Unité
MW
Exemple
                       
ACE
The Area Control Error (ACE) is the unintentional deviation from the scheduled control program for the power interchange of a control area. (all the intentional deviations from the program, due to units delivering FCR, or due to exchanges of energy on the EU balancing platforms, are therefore exluded from the ACE). In Belgium the ACE equals the FRCE (Frequency Restoration Control Error)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ace
Type
décimal
Unité
MW
Exemple
                       
IGCC+
Imported volume from neighbouring LFC areas to the Belgian LFC area in case of negative imbalances in the Belgian LFC area.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
igccvolumeup
Type
décimal
Unité
MW
Exemple
                       
aFRR +
Upward aFRR volumes activated in the Belgian LFC area.Note: this includes the volumes activated for the needs of other LFC areas and excludes volumes activated in other LFC areas for the needs of the Belgian LFC area as well as volumes netted via IGCC

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
afrrvolumeup
Type
décimal
Unité
MW
Exemple
                       
mFRR SA +
Scheduled activated upward mFRR energy bids in Belgium, without activations for reserve sharing.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mfrrsaup
Type
décimal
Unité
MW
Exemple
                       
mFRR DA +
Direct activated upward mFRR energy bids in Belgium, , without activations for reserve sharing.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mfrrdaup
Type
décimal
Unité
MW
Exemple
                       
Reserve sharing +
Activated upward (import) capacity from emergency support contracts with neighboring transmission system operators.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reserve_sharing_import
Type
décimal
Unité
MW
Exemple
                       
IGCC-
Exported volume from the Belgian LFC area to neighboring LFC areas in case of positive imbalances in the Belgian LFC area.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
igccvolumedown
Type
décimal
Unité
MW
Exemple
                       
aFRR -
Downward aFRR volumes activated in the Belgian LFC area.Note: this includes the volumes activated for the needs of other LFC areas and excludes volumes activated in other LFC areas for the needs of the Belgian LFC area as well as volumes netted via IGCC

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
afrrvolumedown
Type
décimal
Unité
MW
Exemple
                       
mFRR SA -
Scheduled activated downward mFRR energy bids in Belgium, without activations for reserve sharing.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mfrrsadown
Type
décimal
Unité
MW
Exemple
                       
mFRR DA -
Direct activated downward mFRR energy bids in Belgium, , without activations for reserve sharing.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mfrrdadown
Type
décimal
Unité
MW
Exemple
                       
Reserve sharing -
Activated downward (export) capacity from emergency support contracts with neighboring transmission system operators.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reserve_sharing_export
Type
décimal
Unité
MW
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"ods126",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ods126"
      }
    ]
    ,
  • "definitions":
    {
    • "ods126":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ods126_records"
            }
          }
        }
      }
      ,
    • "ods126_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "datetime":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Datetime",
              • "description":"Time at which the interval starts."
              }
              ,
            • "resolutioncode":
              {
              • "type":"string",
              • "title":"Resolution code",
              • "description":"Length of the time interval expressed in compliance with ISO 8601."
              }
              ,
            • "qualitystatus":
              {
              • "type":"string",
              • "title":"Quality status",
              • "description":"Indication on the reliability of the data.The possible values are the following:Non-validated: no error registered during the calculation and publication run. The published data are likely but have not been validated by an operator.Data issue: at least one error registered during the calculation and publication run. The published data are uncertain and must be reviewed by an operator.Validated: The published values have been validated."
              }
              ,
            • "systemimbalance":
              {
              • "type":"number",
              • "title":"System imbalance",
              • "description":"The System Imbalance (SI) is the difference between the unintentional deviation from the scheduled control program for the power interchange of a control area and the frequency restoration reserves activated to cover the demands of this control area.In practice, it is calculated as described in article 30.7 of the TC BRP.",
              • "unit":"MW"
              }
              ,
            • "ace":
              {
              • "type":"number",
              • "title":"ACE",
              • "description":"The Area Control Error (ACE) is the unintentional deviation from the scheduled control program for the power interchange of a control area. (all the intentional deviations from the program, due to units delivering FCR, or due to exchanges of energy on the EU balancing platforms, are therefore exluded from the ACE). In Belgium the ACE equals the FRCE (Frequency Restoration Control Error)",
              • "unit":"MW"
              }
              ,
            • "igccvolumeup":
              {
              • "type":"number",
              • "title":"IGCC+",
              • "description":"Imported volume from neighbouring LFC areas to the Belgian LFC area in case of negative imbalances in the Belgian LFC area.",
              • "unit":"MW"
              }
              ,
            • "afrrvolumeup":
              {
              • "type":"number",
              • "title":"aFRR +",
              • "description":"Upward aFRR volumes activated in the Belgian LFC area.Note: this includes the volumes activated for the needs of other LFC areas and excludes volumes activated in other LFC areas for the needs of the Belgian LFC area as well as volumes netted via IGCC",
              • "unit":"MW"
              }
              ,
            • "mfrrsaup":
              {
              • "type":"number",
              • "title":"mFRR SA +",
              • "description":"Scheduled activated upward mFRR energy bids in Belgium, without activations for reserve sharing.",
              • "unit":"MW"
              }
              ,
            • "mfrrdaup":
              {
              • "type":"number",
              • "title":"mFRR DA +",
              • "description":"Direct activated upward mFRR energy bids in Belgium, , without activations for reserve sharing.",
              • "unit":"MW"
              }
              ,
            • "reserve_sharing_import":
              {
              • "type":"number",
              • "title":"Reserve sharing +",
              • "description":"Activated upward (import) capacity from emergency support contracts with neighboring transmission system operators.",
              • "unit":"MW"
              }
              ,
            • "igccvolumedown":
              {
              • "type":"number",
              • "title":"IGCC-",
              • "description":"Exported volume from the Belgian LFC area to neighboring LFC areas in case of positive imbalances in the Belgian LFC area.",
              • "unit":"MW"
              }
              ,
            • "afrrvolumedown":
              {
              • "type":"number",
              • "title":"aFRR -",
              • "description":"Downward aFRR volumes activated in the Belgian LFC area.Note: this includes the volumes activated for the needs of other LFC areas and excludes volumes activated in other LFC areas for the needs of the Belgian LFC area as well as volumes netted via IGCC",
              • "unit":"MW"
              }
              ,
            • "mfrrsadown":
              {
              • "type":"number",
              • "title":"mFRR SA -",
              • "description":"Scheduled activated downward mFRR energy bids in Belgium, without activations for reserve sharing.",
              • "unit":"MW"
              }
              ,
            • "mfrrdadown":
              {
              • "type":"number",
              • "title":"mFRR DA -",
              • "description":"Direct activated downward mFRR energy bids in Belgium, , without activations for reserve sharing.",
              • "unit":"MW"
              }
              ,
            • "reserve_sharing_export":
              {
              • "type":"number",
              • "title":"Reserve sharing -",
              • "description":"Activated downward (export) capacity from emergency support contracts with neighboring transmission system operators.",
              • "unit":"MW"
              }
            }
          }
        }
      }
    }
}

Jeux de données similaires